home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
language
/
xlispst.cpt
/
XLisp-Stat ƒ
/
Disk 1
/
Examples
/
tourdemo.lsp
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-07-26
|
255 b
|
9 lines
#+macintosh(require "tour" ":Examples:tour")
#+macintosh(require ":Data:iris")
#+unix(require "tour" "Examples/tour")
#+unix(load-data "iris")
(tour-plot
(mapcar #'(lambda (x) (select x (* 2 (iseq 0 74)))) iris)
:variable-labels '("X" "Y" "Z" "W"))